Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use buffer_ptr inside predicate skips #25

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Use buffer_ptr inside predicate skips #25

merged 1 commit into from
Nov 7, 2024

Conversation

dwd
Copy link
Owner

@dwd dwd commented Nov 7, 2024

While I can't reproduce this bug in the test suite, I suspect that in some cases the value decoding will run over the end of the buffer.

This is because the buffer is not NUL terminated, and the code was originally expecting to perform this in-situ on the original buffer, which was both NUL-terminated and within known delimiters.

While I can't reproduce this bug in the test suite, I suspect that in some cases the value decoding will run over the end of the buffer.

This is because the buffer is not NUL terminated, and the code was originally expecting to perform this in-situ on the original buffer, which was both NUL-terminated and within known delimiters.
@CLAassistant
Copy link

CLAassistant commented Nov 7, 2024

CLA assistant check
All committers have signed the CLA.

@dwd dwd merged commit 728c809 into master Nov 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants